From: Christophe Fergeau Date: Wed, 29 Nov 2017 11:15:30 +0000 (+0100) Subject: wayland: Fix indentation of previous commit X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~38^2~145 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=7d18f2fd3c4d10219cdb86d2d37460cc1ade4d3a;p=gtk%2B3.0.git wayland: Fix indentation of previous commit --- diff --git a/gdk/wayland/gdkselection-wayland.c b/gdk/wayland/gdkselection-wayland.c index 88ae24d436..008778292a 100644 --- a/gdk/wayland/gdkselection-wayland.c +++ b/gdk/wayland/gdkselection-wayland.c @@ -1287,10 +1287,11 @@ emit_selection_clear (GdkDisplay *display, event->selection.time = GDK_CURRENT_TIME; window = _gdk_wayland_display_get_selection_owner (display, selection); - if (window != NULL) { - event->selection.window = g_object_ref (window); - event->selection.requestor = g_object_ref (window); - } + if (window != NULL) + { + event->selection.window = g_object_ref (window); + event->selection.requestor = g_object_ref (window); + } gdk_event_put (event); gdk_event_free (event);